CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 哈希表 课程设计

搜索资源列表

  1. mee

    0下载:
  2. 能很好解决排序、皇后、哈希表问题,适合学生课程设计等等方面-can properly resolve scheduling, Queen's, hash table, suitable for students of curriculum design, etc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:900
    • 提供者:
  1. hash

    0下载:
  2. 数据结构课程设计,哈希表。设计文档都已经写好了,可以直接拿来用。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25711
    • 提供者:张修华
  1. haxibiao

    0下载:
  2. 数据结构的课程设计 哈希表 有详细的论文和源程序
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:25711
    • 提供者:苏畅
  1. haxi

    0下载:
  2. 数据结构课程设计(严蔚敏c版) 哈希表学生管理系统-Data Structure Course Design (YAN Wei-Min c version) hash table management system for students
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3982
    • 提供者:
  1. haxi

    0下载:
  2. 数据结构课程设计 哈希表的创建和实现 c语言源码 文字注解等 适合正在学习数据结构的人士参考学习-Curriculum design data structure hash table creation and the realization of c language source text notes, etc. are learning the data structure suitable for those who study
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:82895
    • 提供者:晴天
  1. Hashtable

    0下载:
  2. 数据结构课程设计,哈希表的算法的实现 。-Data structure curriculum design, hash table implementation of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1015
    • 提供者:xuezhanfei
  1. haxi

    0下载:
  2. 设计哈希表实现电话号码查询系统。基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 -Hash table to achieve the design of telephone number inquiry system. Basic requirements: 1, for each
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:955217
    • 提供者:烽火
  1. shujujiegoukechengsheji

    0下载:
  2. Joseph环,哈希表,银行业务模拟系统为题目的数据结构课程设计。有详细的文字说明和源代码。-Joseph Wan, the hash table, banking simulation system for the subject data structure course design. A detailed written instructions and source code.
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:228338
    • 提供者:谭锴
  1. keyu

    0下载:
  2. 设计哈希表实现电话号码查询系统 利用《数据结构》课程的相关知识完成一个具有一定难度的综合设计题目,利用C/C++语言进行程序设计,并规范地完成课程设计报告。通过课程设计,巩固和加深对线性表、栈、队列、字符串、树、图、查找、排序等理论知识的理解;掌握现实复杂问题的分析建模和解决方法(包括问题描述、系统分析、设计建模、代码实现、结果分析等);提高利用计算机分析解决综合性实际问题的基本能力。
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:983121
    • 提供者:wenwen
  1. hashTable

    0下载:
  2. 数据结构课程设计,哈希表的设计,实现哈希表的处理和查找-Curriculum design, data structure, hash table design, implementation, processing and search the hash table
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:296554
    • 提供者:天河
  1. hash

    0下载:
  2. C++源码 课程设计 哈希表问题 严蔚敏版的书香阁的-werw
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1814
    • 提供者:mafan
  1. Maze

    0下载:
  2. 迷宫和哈希表在C环境下的联合实现,数据结构的课程设计-Maze and the hash table in C under the joint implementation, data structures curriculum
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:110158
    • 提供者:张淳明
  1. haxibiao_tongxunlu

    0下载:
  2. 自己写的一个哈希表实现的通讯录,是c++课程设计的课题,采用结构体数组实现,用线性探测法解决冲突。源码中还附有注释,适合初学者使用-Write your own implementation of a hash table book, is the c++ program design issues, implementation using an array of structures with linear detection method to resolve conflict. Anno
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:961305
    • 提供者:
  1. hash

    0下载:
  2. 数据结构课程设计,哈希表,喜欢的可以下载回去,修改下数据即可-Curriculum design data structure, hash table, like you can download the back, you can modify the data under
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:366991
    • 提供者:
  1. haxibiaokechengsheji

    0下载:
  2. 这是哈希表的课程设计,可以拿来用,创建一个电话本,哈-This course is designed hash table can be used with, create a phone book, Kazakhstan
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:406936
    • 提供者:barney1
  1. hashTable

    0下载:
  2. 数据结构的课程设计,实现一个哈希表,哈希函数为模29和模229-Data structure course design, implement a hash table, hash function module 29 and module 229
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2732480
    • 提供者:CTY
  1. Hash-table

    1下载:
  2. 哈希表 数据结构课程设计 1.1问题描述 针对自己的班集体中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 1.2基本要求 假设人名为中国姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。构造哈希函数,用链表法处理冲突。 1.3测试数据 读取熟悉的30个人的姓名作测试。-Hash table Data Structure Course Design 1.1 Descr iption of the p
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:127412
    • 提供者:lynne
  1. haxibioa

    0下载:
  2. 哈希表课程设计的一些代码,建立一个小型信息管理系统(可以是图书、人事、学生、物资、商品等任何信息管理系统)。-Hash table
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-23
    • 文件大小:2459
    • 提供者:名欣
  1. Hash表应用

    0下载:
  2. 一个简单的关于哈希表的应用程序,适合初学者参考。(A simple hash table application for beginners.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-09
    • 文件大小:221184
    • 提供者:miracle56
  1. 课程设计

    0下载:
  2. 用哈希表(散列表))实现电话号码的查询功能(Hash table to implement telephone number query)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:dark蒜
« 12 »
搜珍网 www.dssz.com